Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ListBase.Enumerator<T> Structure / Current Property


In This Topic
    Current Property
    In This Topic
    Gets the element at the current position of the enumerator.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Current As T
    'Usage
     
    
    Dim instance As ListBase.Enumerator(Of T)
    Dim value As T
     
    value = instance.Current
    public T Current {get;}
    See Also